home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 556 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: topaz.sensor.com!ron
  2. From: ron@topaz.sensor.com (Ron Natalie)
  3. Newsgroups: comp.sys.hp.hpux,comp.lang.c,comp.std.c
  4. Subject: Re: RFI: meaning of -Ae option of HP-UX's c89(1)
  5. Followup-To: comp.sys.hp.hpux,comp.lang.c,comp.std.c
  6. Date: 13 Mar 1996 17:49:55 GMT
  7. Organization: Sensor Systems
  8. Distribution: na
  9. Message-ID: <4i71s3$7p2@topaz.sensor.com>
  10. References: <steve.826731720@buddy.unidata.ucar.edu>
  11. NNTP-Posting-Host: localhost.sensor.com
  12. X-Newsreader: TIN [version 1.2 PL2]
  13.  
  14. Steve Emmerson (steve@unidata.ucar.edu) wrote:
  15.  
  16. : If you know the meaning of the `-Ae' option of HP-UX's c89(1) compiler,
  17. : I would appreciate hearing from you.  This option isn't documented in
  18. : the manual page.
  19.  
  20. : Here's my system:
  21.  
  22. :     HP-UX xxxxx A.09.05 A 9000/715 2010262449 two-user license
  23.  
  24. : Please respond via email as I don't normally read this newsgroup.
  25.  
  26. If you pick up the compiler patch off of "support.mayfield.hp.com" it
  27. comes with a new manual page:
  28.  
  29.           -Ae               Extended ANSI mode.  Same as -D_HPUX_SOURCE and
  30.                              -Aa and allows the following extensions: $
  31.                              characters can appear in identifier names, and
  32.                              enum declarations can include integral type
  33.                              specifiers.  Additional extensions may be added
  34.                              to this option in the future.
  35.  
  36.